crypto/x509.rfc2821Mailbox.domain (field)
10 uses
crypto/x509 (current package)
constraints.go#L422: parsed.domain = strings.ToLower(parsed.domain)
constraints.go#L437: return fmt.Sprintf("%s@%s", s.local, s.domain), true
constraints.go#L443: constraint, found := ec.dnsConstraints.query(s.domain)
constraints.go#L500: if !domainNameValid(e.domain, false) {
constraints.go#L611: mailbox.domain = strings.ToLower(mailbox.domain)
verify.go#L253: local, domain string
verify.go#L257: return fmt.Sprintf("%s@%s", s.local, s.domain)
verify.go#L396: mailbox.domain = in
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |